home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / simplfx.exe / SFGLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1993-04-29  |  318 b   |  4 lines

  1. Declare Function GetProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal Default As String, ByVal Buffer As String, ByVal BufSize As Integer) As Integer
  2. Declare Function WriteProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal Value As String) As Integer
  3.  
  4.